#!/bin/sh

"/bin/rm" -rf "/System/Library/Caches/com.apple.kernelcaches"
"/bin/rm" -rf "/System/Library/Extensions.kextcache"
"/bin/rm" -rf "/System/Library/Extensions.mkext"
"/sbin/kextload" "/System/Library/Extensions/TFModemDriver.kext"
exit 0
